home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / pcl_src.zoo / pclcom.lsp < prev    next >
Lisp/Scheme  |  1992-07-09  |  321b  |  10 lines

  1. ;;I think this isn't used; instead, "target:tools/pclcom.lisp" is used.
  2. (setq ext:*gc-verbose* nil)
  3. (setq c:*suppress-values-declaration* t)
  4. (setf (search-list "pcl:") '("build:pcl/"))
  5. (load "pcl:defsys")
  6. (in-package "PCL")
  7. (import 'kernel:funcallable-instance-p)
  8. (with-compilation-unit ()
  9.   (pcl::compile-pcl))
  10.